Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove undeed header file. #6158

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Remove undeed header file. #6158

merged 1 commit into from
Mar 19, 2024

Conversation

dranger003
Copy link
Contributor

@dranger003 dranger003 commented Mar 19, 2024

This include breaks the build on MSVC, and removing it fixes the issue. Tested build on Linux successfully as well.

EDIT: This is a regression from PR #6135

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know ggerganov hates when I make comments like this, but...

This file is missing #include <stdexcept> for std::invalid_argument. And it also has no reason to include <fcntl.h>, <ios>, or "llama.h".

@cebtenzzre
Copy link
Collaborator

@phymbert Do you know why the server tests are failing? It's obviously not related to this PR, but I don't really understand the log.

Copy link
Collaborator

@phymbert phymbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@phymbert phymbert merged commit d8b009a into ggerganov:master Mar 19, 2024
52 of 54 checks passed
@phymbert
Copy link
Collaborator

@phymbert Do you know why the server tests are failing? It's obviously not related to this PR, but I don't really understand the log.

It looks something made the windows build generating new tokens, need to fix the regex to include Anna for example

@dranger003 dranger003 deleted the fix-msvc branch March 21, 2024 15:12
hodlen pushed a commit to hodlen/llama.cpp that referenced this pull request Apr 1, 2024
hodlen pushed a commit to hodlen/llama.cpp that referenced this pull request Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants